home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
COMPILER
/
SATHER
/
!Sather
/
Library
/
Base
/
config
/
bool
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-18
|
293 b
|
20 lines
#ifndef BOOL_CONFIG
#define BOOL_CONFIG
#ifdef PP
#undef PP
#endif
#ifdef VSTD
#undef VSTD
#endif
#define PP no_pre,no_post
#define VSTD var "@r $$;"
BOOL_NOT: PP,VSTD,exec "$$=!($0);" "$$";
BOOL_IS_EQ: PP,VSTD,exec "$$=$0==$1;" "$$";
BOOL_INT: PP,VSTD,exec "$$=(INT)$0;" "$$";
#endif